projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f3f6d2
)
Fix i386 Xen build.
author
Keir Fraser
<keir@xensource.com>
Thu, 8 Nov 2007 18:14:00 +0000
(18:14 +0000)
committer
Keir Fraser
<keir@xensource.com>
Thu, 8 Nov 2007 18:14:00 +0000
(18:14 +0000)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/hvm/save.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/save.c
b/xen/arch/x86/hvm/save.c
index 6d93340c8b55f498e4337318d0aaaebed2d0be4f..ccb6ff060b28049b9e76008dc97009005f27ebe3 100644
(file)
--- a/
xen/arch/x86/hvm/save.c
+++ b/
xen/arch/x86/hvm/save.c
@@
-59,8
+59,10
@@
int arch_hvm_load(struct domain *d, struct hvm_save_header *hdr)
gdprintk(XENLOG_WARNING, "HVM restore: saved CPUID (%#"PRIx32") "
"does not match host (%#"PRIx32").\n", hdr->cpuid, eax);
+#ifdef __x86_64__
/* VGA state is not saved/restored, so we nobble the cache. */
d->arch.hvm_domain.stdvga.cache = 0;
+#endif
return 0;
}